* xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem to
authorJim Blandy <jimb@redhat.com>
Fri, 18 Jun 1993 16:33:12 +0000 (16:33 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 18 Jun 1993 16:33:12 +0000 (16:33 +0000)
be missing on some systems, and there's no point in having
configure check; it should work fine to always use our copy.

src/xfns.c

index 3d5d07e28a587873d0b41dd37633c245542f1616..db0cd640074dc67f909b61c547481b5f3376cfb7 100644 (file)
@@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 extern void abort ();
 
 #ifndef VMS
-#ifdef EMACS_BITMAP_FILES
+#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work.  */
 #include "bitmaps/gray.xbm"
 #else
 #include <X11/bitmaps/gray>